github.com/go-pg/pg/v10/orm.Query.offset (field)
6 uses
github.com/go-pg/pg/v10/orm (current package)
query.go#L79: offset int
query.go#L146: offset: q.offset,
query.go#L744: q.offset = n
select.go#L179: if q.q.offset != 0 {
select.go#L181: b = strconv.AppendInt(b, int64(q.q.offset), 10)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)